﻿2026-06-16T09:35:44.7893726Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-16T09:35:44.7894107Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-16T09:35:44.7894332Z [36;1m$PIN = "0c95435"[0m
2026-06-16T09:35:44.7894643Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-16T09:35:44.7894926Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-16T09:35:44.7895265Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-16T09:35:44.7895634Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-16T09:35:44.7895934Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-16T09:35:44.7896248Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-16T09:35:44.7896482Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-16T09:35:44.7897492Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-16T09:35:44.7897805Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-16T09:35:44.7898065Z [36;1m}[0m
2026-06-16T09:35:44.7898245Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-16T09:35:44.7898494Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-16T09:35:44.7967060Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T09:35:44.7967358Z ##[endgroup]
2026-06-16T09:35:45.8793123Z    Compiling proc-macro2 v1.0.106
2026-06-16T09:35:45.8793503Z    Compiling unicode-ident v1.0.24
2026-06-16T09:35:45.8793806Z    Compiling quote v1.0.45
2026-06-16T09:35:45.8794010Z    Compiling cfg-if v1.0.4
2026-06-16T09:35:45.8794255Z    Compiling serde_core v1.0.228
2026-06-16T09:35:45.8795503Z    Compiling serde v1.0.228
2026-06-16T09:35:45.8795866Z    Compiling windows-link v0.2.1
2026-06-16T09:35:45.8796409Z    Compiling typenum v1.20.1
2026-06-16T09:35:45.8796873Z    Compiling portable-atomic v1.13.1
2026-06-16T09:35:45.8797341Z    Compiling getrandom v0.3.4
2026-06-16T09:35:45.8797797Z    Compiling version_check v0.9.5
2026-06-16T09:35:45.8798276Z    Compiling pin-project-lite v0.2.17
2026-06-16T09:35:45.8798727Z    Compiling shlex v2.0.1
2026-06-16T09:35:45.8800614Z    Compiling memchr v2.8.1
2026-06-16T09:35:45.8801003Z    Compiling critical-section v1.2.0
2026-06-16T09:35:45.8802229Z    Compiling find-msvc-tools v0.1.9
2026-06-16T09:35:45.9537755Z    Compiling windows-sys v0.61.2
2026-06-16T09:35:45.9538256Z    Compiling subtle v2.6.1
2026-06-16T09:35:46.0004936Z    Compiling equivalent v1.0.2
2026-06-16T09:35:46.0153786Z    Compiling smallvec v1.15.1
2026-06-16T09:35:46.0282966Z    Compiling futures-core v0.3.32
2026-06-16T09:35:46.1153353Z    Compiling itoa v1.0.18
2026-06-16T09:35:46.1315796Z    Compiling bytes v1.11.1
2026-06-16T09:35:46.1750274Z    Compiling semver v1.0.28
2026-06-16T09:35:46.2032271Z    Compiling stable_deref_trait v1.2.1
2026-06-16T09:35:46.2229577Z    Compiling log v0.4.32
2026-06-16T09:35:46.2677787Z    Compiling generic-array v0.14.7
2026-06-16T09:35:46.2767321Z    Compiling slab v0.4.12
2026-06-16T09:35:46.3242339Z    Compiling futures-io v0.3.32
2026-06-16T09:35:46.4010851Z    Compiling rustc_version v0.4.1
2026-06-16T09:35:46.4264588Z    Compiling futures-sink v0.3.32
2026-06-16T09:35:46.4682877Z    Compiling futures-task v0.3.32
2026-06-16T09:35:46.4836496Z    Compiling futures-channel v0.3.32
2026-06-16T09:35:46.5181979Z    Compiling rustversion v1.0.22
2026-06-16T09:35:46.6676257Z    Compiling hashbrown v0.17.1
2026-06-16T09:35:46.6913082Z    Compiling getrandom v0.2.17
2026-06-16T09:35:46.6956095Z    Compiling cpufeatures v0.2.17
2026-06-16T09:35:46.7540226Z    Compiling fnv v1.0.7
2026-06-16T09:35:46.7870396Z    Compiling libc v0.2.186
2026-06-16T09:35:46.8153575Z    Compiling strsim v0.11.1
2026-06-16T09:35:46.8706519Z    Compiling rand_core v0.10.1
2026-06-16T09:35:46.8741410Z    Compiling cfg_aliases v0.2.1
2026-06-16T09:35:46.8869497Z    Compiling autocfg v1.5.1
2026-06-16T09:35:46.9228022Z    Compiling writeable v0.6.3
2026-06-16T09:35:47.0167559Z    Compiling litemap v0.8.2
2026-06-16T09:35:47.0467769Z    Compiling jobserver v0.1.34
2026-06-16T09:35:47.0541267Z    Compiling dunce v1.0.5
2026-06-16T09:35:47.0817601Z    Compiling utf8_iter v1.0.4
2026-06-16T09:35:47.1393127Z    Compiling icu_properties_data v2.2.0
2026-06-16T09:35:47.1637277Z    Compiling fs_extra v1.3.0
2026-06-16T09:35:47.1932907Z    Compiling cc v1.2.63
2026-06-16T09:35:47.2089742Z    Compiling getrandom v0.4.2
2026-06-16T09:35:47.2464707Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T09:35:47.2638512Z    Compiling ident_case v1.0.1
2026-06-16T09:35:47.3921393Z    Compiling percent-encoding v2.3.2
2026-06-16T09:35:47.4128299Z    Compiling http v1.4.1
2026-06-16T09:35:47.4629724Z    Compiling unicode-segmentation v1.13.3
2026-06-16T09:35:47.4875407Z    Compiling thiserror v2.0.18
2026-06-16T09:35:47.5124025Z    Compiling indexmap v2.14.0
2026-06-16T09:35:47.5635145Z    Compiling crypto-common v0.1.7
2026-06-16T09:35:47.6083976Z    Compiling cpufeatures v0.3.0
2026-06-16T09:35:47.7076793Z    Compiling aws-lc-rs v1.17.0
2026-06-16T09:35:47.7259621Z    Compiling scopeguard v1.2.0
2026-06-16T09:35:47.7297528Z    Compiling chacha20 v0.10.0
2026-06-16T09:35:47.7356768Z    Compiling block-buffer v0.10.4
2026-06-16T09:35:47.7615430Z    Compiling form_urlencoded v1.2.2
2026-06-16T09:35:47.7744861Z    Compiling syn v2.0.117
2026-06-16T09:35:47.8300744Z    Compiling lock_api v0.4.14
2026-06-16T09:35:47.8315845Z    Compiling untrusted v0.9.0
2026-06-16T09:35:47.8720766Z    Compiling bitflags v2.12.1
2026-06-16T09:35:47.9050415Z    Compiling winapi v0.3.9
2026-06-16T09:35:47.9258634Z    Compiling digest v0.10.7
2026-06-16T09:35:47.9760830Z    Compiling rand v0.10.1
2026-06-16T09:35:47.9763114Z    Compiling num-traits v0.2.19
2026-06-16T09:35:48.0587382Z    Compiling cmake v0.1.58
2026-06-16T09:35:48.0651732Z    Compiling windows-result v0.4.1
2026-06-16T09:35:48.1131947Z    Compiling windows-strings v0.5.1
2026-06-16T09:35:48.1132545Z    Compiling heck v0.5.0
2026-06-16T09:35:48.1254852Z    Compiling rustls v0.23.40
2026-06-16T09:35:48.1583308Z    Compiling convert_case v0.10.0
2026-06-16T09:35:48.1685091Z    Compiling atomic-waker v1.1.2
2026-06-16T09:35:48.3284563Z    Compiling anyhow v1.0.102
2026-06-16T09:35:48.3407602Z    Compiling const-oid v0.10.2
2026-06-16T09:35:48.4229938Z    Compiling unicode-xid v0.2.6
2026-06-16T09:35:48.4233614Z    Compiling httparse v1.10.1
2026-06-16T09:35:48.5163946Z    Compiling zerocopy v0.8.50
2026-06-16T09:35:48.5422212Z    Compiling parking_lot_core v0.9.12
2026-06-16T09:35:48.5452567Z    Compiling http-body v1.0.1
2026-06-16T09:35:48.5542625Z    Compiling hybrid-array v0.4.12
2026-06-16T09:35:48.5601635Z    Compiling curve25519-dalek v4.1.3
2026-06-16T09:35:48.5710535Z    Compiling ahash v0.8.12
2026-06-16T09:35:48.6902729Z    Compiling base64ct v1.8.3
2026-06-16T09:35:48.8484709Z    Compiling either v1.16.0
2026-06-16T09:35:48.8614194Z    Compiling fastrand v2.4.1
2026-06-16T09:35:48.8701067Z    Compiling powerfmt v0.2.0
2026-06-16T09:35:49.0311752Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T09:35:49.0716460Z    Compiling deranged v0.5.8
2026-06-16T09:35:49.1367697Z    Compiling aws-lc-sys v0.41.0
2026-06-16T09:35:49.1530698Z    Compiling ring v0.17.14
2026-06-16T09:35:49.1784678Z    Compiling rand_core v0.6.4
2026-06-16T09:35:49.1857180Z    Compiling tinyvec_macros v0.1.1
2026-06-16T09:35:49.2846686Z    Compiling data-encoding v2.11.0
2026-06-16T09:35:49.3105331Z    Compiling zmij v1.0.21
2026-06-16T09:35:49.3282740Z    Compiling pkg-config v0.3.33
2026-06-16T09:35:49.3654248Z    Compiling tower-service v0.3.3
2026-06-16T09:35:49.3974638Z    Compiling vcpkg v0.2.15
2026-06-16T09:35:49.4349590Z    Compiling try-lock v0.2.5
2026-06-16T09:35:49.4386339Z    Compiling base64 v0.22.1
2026-06-16T09:35:49.4615926Z    Compiling time-core v0.1.8
2026-06-16T09:35:49.4979230Z    Compiling num-conv v0.2.2
2026-06-16T09:35:49.5652756Z    Compiling want v0.3.1
2026-06-16T09:35:49.5704110Z    Compiling tinyvec v1.11.0
2026-06-16T09:35:49.6802415Z    Compiling parking_lot v0.12.5
2026-06-16T09:35:49.7063613Z    Compiling block-buffer v0.12.0
2026-06-16T09:35:49.7534529Z    Compiling crypto-common v0.2.2
2026-06-16T09:35:49.7728594Z    Compiling sha2 v0.10.9
2026-06-16T09:35:49.8816192Z    Compiling vergen-lib v9.1.0
2026-06-16T09:35:49.8951370Z    Compiling inout v0.1.4
2026-06-16T09:35:49.9756131Z    Compiling n0-future v0.3.2
2026-06-16T09:35:50.0399696Z    Compiling serde_json v1.0.150
2026-06-16T09:35:50.1337297Z    Compiling diatomic-waker v0.2.3
2026-06-16T09:35:50.2471509Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-16T09:35:50.2765376Z    Compiling winnow v1.0.3
2026-06-16T09:35:50.2981152Z    Compiling parking v2.2.1
2026-06-16T09:35:50.2997223Z    Compiling signature v2.2.0
2026-06-16T09:35:50.3110147Z    Compiling httpdate v1.0.3
2026-06-16T09:35:50.3119995Z    Compiling spin v0.10.0
2026-06-16T09:35:50.3172324Z    Compiling cordyceps v0.3.4
2026-06-16T09:35:50.3771000Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T09:35:50.4506069Z    Compiling crossbeam-utils v0.8.21
2026-06-16T09:35:50.4661857Z    Compiling ed25519 v2.2.3
2026-06-16T09:35:50.4769977Z    Compiling futures-lite v2.6.1
2026-06-16T09:35:50.5595305Z    Compiling futures-buffered v0.2.13
2026-06-16T09:35:50.5647399Z    Compiling digest v0.11.3
2026-06-16T09:35:50.7157008Z    Compiling cipher v0.4.4
2026-06-16T09:35:50.7560961Z    Compiling vergen-lib v0.1.6
2026-06-16T09:35:50.7699956Z    Compiling vergen v9.1.0
2026-06-16T09:35:50.9539491Z    Compiling universal-hash v0.5.1
2026-06-16T09:35:50.9542175Z    Compiling noq-udp v0.10.0
2026-06-16T09:35:50.9610947Z    Compiling heapless v0.7.17
2026-06-16T09:35:50.9750508Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T09:35:50.9814607Z    Compiling sync_wrapper v1.0.2
2026-06-16T09:35:51.0199135Z    Compiling allocator-api2 v0.2.21
2026-06-16T09:35:51.0531107Z    Compiling opaque-debug v0.3.1
2026-06-16T09:35:51.1056301Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T09:35:51.1177420Z    Compiling byteorder v1.5.0
2026-06-16T09:35:51.1330442Z    Compiling polyval v0.6.2
2026-06-16T09:35:51.2995275Z    Compiling hash32 v0.2.1
2026-06-16T09:35:51.3429989Z    Compiling synstructure v0.13.2
2026-06-16T09:35:51.3549380Z    Compiling darling_core v0.20.11
2026-06-16T09:35:51.3871207Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T09:35:51.5042741Z    Compiling spin v0.9.8
2026-06-16T09:35:51.5298175Z    Compiling vergen-gitcl v1.0.8
2026-06-16T09:35:51.5383761Z    Compiling windows-threading v0.2.1
2026-06-16T09:35:51.5836910Z    Compiling signature v3.0.0
2026-06-16T09:35:51.6497671Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T09:35:51.7269607Z    Compiling fallible-iterator v0.3.0
2026-06-16T09:35:51.7299409Z    Compiling tower-layer v0.3.3
2026-06-16T09:35:51.7997015Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T09:35:51.8088854Z    Compiling ryu v1.0.23
2026-06-16T09:35:51.9547150Z    Compiling windows-targets v0.52.6
2026-06-16T09:35:52.0098794Z    Compiling ghash v0.5.1
2026-06-16T09:35:52.0142525Z    Compiling aes v0.8.4
2026-06-16T09:35:52.0399382Z    Compiling ctr v0.9.2
2026-06-16T09:35:52.0682242Z    Compiling fs2 v0.4.3
2026-06-16T09:35:52.1096024Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T09:35:52.1628757Z    Compiling time v0.3.47
2026-06-16T09:35:52.1661273Z    Compiling http-body-util v0.1.3
2026-06-16T09:35:52.2172342Z    Compiling aead v0.5.2
2026-06-16T09:35:52.2749909Z    Compiling widestring v1.2.1
2026-06-16T09:35:52.3696976Z    Compiling proc-macro-crate v3.5.0
2026-06-16T09:35:52.3982450Z    Compiling ipconfig v0.3.4
2026-06-16T09:35:52.6222980Z    Compiling aes-gcm v0.10.3
2026-06-16T09:35:52.6859679Z    Compiling windows-sys v0.59.0
2026-06-16T09:35:52.7191038Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T09:35:52.7816385Z    Compiling crossbeam-channel v0.5.15
2026-06-16T09:35:52.9756421Z    Compiling blake3 v1.8.5
2026-06-16T09:35:53.0446250Z    Compiling windows-registry v0.6.1
2026-06-16T09:35:53.0896310Z    Compiling uuid v1.23.2
2026-06-16T09:35:53.0910936Z    Compiling memoffset v0.6.5
2026-06-16T09:35:53.2545622Z    Compiling noq v0.18.0
2026-06-16T09:35:53.2839091Z    Compiling netwatch v0.16.0
2026-06-16T09:35:53.3251020Z    Compiling socket2 v0.6.4
2026-06-16T09:35:53.3610232Z    Compiling mio v1.2.1
2026-06-16T09:35:53.3857385Z    Compiling acto v0.8.2
2026-06-16T09:35:53.3913215Z    Compiling xml-rs v0.8.28
2026-06-16T09:35:53.4114430Z    Compiling rustc-hash v2.1.2
2026-06-16T09:35:53.5497326Z    Compiling thiserror v1.0.69
2026-06-16T09:35:53.5618994Z    Compiling foldhash v0.2.0
2026-06-16T09:35:53.6050284Z    Compiling lru-slab v0.1.2
2026-06-16T09:35:53.6091239Z    Compiling identity-hash v0.1.0
2026-06-16T09:35:53.6277357Z    Compiling serde_derive v1.0.228
2026-06-16T09:35:53.6831594Z    Compiling zeroize_derive v1.4.3
2026-06-16T09:35:53.6909442Z    Compiling zerofrom-derive v0.1.7
2026-06-16T09:35:53.7318326Z    Compiling tokio-macros v2.7.0
2026-06-16T09:35:53.7378226Z    Compiling yoke-derive v0.8.2
2026-06-16T09:35:53.7741960Z    Compiling futures-macro v0.3.32
2026-06-16T09:35:53.9318815Z    Compiling zerovec-derive v0.11.3
2026-06-16T09:35:54.0073140Z    Compiling displaydoc v0.2.6
2026-06-16T09:35:54.1844046Z    Compiling tracing-attributes v0.1.31
2026-06-16T09:35:54.3581230Z    Compiling zeroize v1.8.2
2026-06-16T09:35:54.4242101Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T09:35:54.4541642Z    Compiling tokio v1.52.3
2026-06-16T09:35:54.5819365Z    Compiling thiserror-impl v2.0.18
2026-06-16T09:35:54.6079113Z    Compiling futures-util v0.3.32
2026-06-16T09:35:54.6903366Z    Compiling rustls-pki-types v1.14.1
2026-06-16T09:35:54.7932683Z    Compiling darling_macro v0.20.11
2026-06-16T09:35:54.8529716Z    Compiling derive_more-impl v2.1.1
2026-06-16T09:35:55.0422009Z    Compiling spez v0.1.2
2026-06-16T09:35:55.0804479Z    Compiling n0-error-macros v0.1.3
2026-06-16T09:35:55.1261834Z    Compiling windows-interface v0.59.3
2026-06-16T09:35:55.1660019Z    Compiling windows-implement v0.60.2
2026-06-16T09:35:55.2299542Z    Compiling zerofrom v0.1.8
2026-06-16T09:35:55.2471932Z    Compiling darling v0.20.11
2026-06-16T09:35:55.3781890Z    Compiling der v0.8.0-rc.10
2026-06-16T09:35:55.4651383Z    Compiling yoke v0.8.3
2026-06-16T09:35:55.4980061Z    Compiling derive_builder_core v0.20.2
2026-06-16T09:35:55.5225572Z    Compiling pin-project-internal v1.1.13
2026-06-16T09:35:55.6751978Z    Compiling postcard-derive v0.2.2
2026-06-16T09:35:55.7817383Z    Compiling zerovec v0.11.6
2026-06-16T09:35:55.9338735Z    Compiling zerotrie v0.2.4
2026-06-16T09:35:55.9379872Z    Compiling windows-core v0.62.2
2026-06-16T09:35:56.0077821Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T09:35:56.0294363Z    Compiling n0-error v0.1.3
2026-06-16T09:35:56.2821323Z    Compiling cobs v0.3.0
2026-06-16T09:35:56.2877832Z    Compiling num_enum_derive v0.7.6
2026-06-16T09:35:56.3876522Z    Compiling tinystr v0.8.3
2026-06-16T09:35:56.4476137Z    Compiling potential_utf v0.1.5
2026-06-16T09:35:56.4988912Z    Compiling spki v0.8.0-rc.4
2026-06-16T09:35:56.5033886Z    Compiling ed25519-dalek v2.2.0
2026-06-16T09:35:56.6122314Z    Compiling icu_locale_core v2.2.0
2026-06-16T09:35:56.6360236Z    Compiling icu_collections v2.2.0
2026-06-16T09:35:56.6642042Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T09:35:56.6642555Z    Compiling derive_builder_macro v0.20.2
2026-06-16T09:35:56.7412665Z    Compiling spt-proto v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-16T09:35:56.7806690Z    Compiling windows-future v0.3.2
2026-06-16T09:35:56.8083475Z    Compiling pin-project v1.1.13
2026-06-16T09:35:56.8622948Z    Compiling windows-numerics v0.3.1
2026-06-16T09:35:56.9023429Z    Compiling windows-collections v0.3.2
2026-06-16T09:35:57.1049762Z    Compiling derive_builder v0.20.2
2026-06-16T09:35:57.1224411Z    Compiling data-encoding-macro v0.1.20
2026-06-16T09:35:57.1286326Z    Compiling enum-assoc v1.3.0
2026-06-16T09:35:57.1958075Z    Compiling strum_macros v0.28.0
2026-06-16T09:35:57.2649034Z    Compiling futures-executor v0.3.32
2026-06-16T09:35:57.2668209Z    Compiling async-trait v0.1.89
2026-06-16T09:35:57.4216645Z    Compiling futures v0.3.32
2026-06-16T09:35:57.5103122Z    Compiling icu_provider v2.2.0
2026-06-16T09:35:57.5796111Z    Compiling windows v0.62.2
2026-06-16T09:35:57.5870714Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T09:35:57.6677135Z    Compiling mac-addr v0.3.0
2026-06-16T09:35:57.6760984Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T09:35:57.6985392Z    Compiling tagptr v0.2.0
2026-06-16T09:35:57.8450117Z    Compiling icu_normalizer v2.2.0
2026-06-16T09:35:57.8536119Z    Compiling icu_properties v2.2.0
2026-06-16T09:35:57.8735685Z    Compiling ref-cast v1.0.25
2026-06-16T09:35:57.8782442Z    Compiling num_enum v0.7.6
2026-06-16T09:35:57.8916646Z    Compiling xmltree v0.10.3
2026-06-16T09:35:58.1785232Z    Compiling hashbrown v0.16.1
2026-06-16T09:35:58.2094887Z    Compiling thiserror-impl v1.0.69
2026-06-16T09:35:58.2138640Z    Compiling ref-cast-impl v1.0.25
2026-06-16T09:35:58.3540134Z    Compiling tokio-util v0.7.18
2026-06-16T09:35:58.4372489Z    Compiling ipnet v2.12.0
2026-06-16T09:35:58.6900866Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T09:35:58.7552987Z    Compiling prefix-trie v0.8.4
2026-06-16T09:35:58.8144591Z    Compiling once_cell v1.21.4
2026-06-16T09:35:58.8553277Z    Compiling tower v0.5.3
2026-06-16T09:35:58.8709815Z    Compiling chrono v0.4.45
2026-06-16T09:35:58.9040670Z    Compiling derive_more v2.1.1
2026-06-16T09:35:59.0420156Z    Compiling tracing-core v0.1.36
2026-06-16T09:35:59.1431474Z    Compiling idna_adapter v1.2.2
2026-06-16T09:35:59.2249530Z    Compiling idna v1.1.0
2026-06-16T09:35:59.2880251Z    Compiling postcard v1.1.3
2026-06-16T09:35:59.3796059Z    Compiling tracing v0.1.44
2026-06-16T09:35:59.4158331Z    Compiling hashbrown v0.14.5
2026-06-16T09:35:59.4227757Z    Compiling n0-watcher v0.6.1
2026-06-16T09:35:59.4299594Z    Compiling tokio-stream v0.1.18
2026-06-16T09:35:59.5346557Z    Compiling url v2.5.8
2026-06-16T09:35:59.5560647Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T09:35:59.5832832Z    Compiling strum v0.28.0
2026-06-16T09:35:59.6733345Z    Compiling moka v0.12.15
2026-06-16T09:35:59.7819328Z    Compiling h2 v0.4.14
2026-06-16T09:35:59.8243180Z    Compiling iroh-metrics v0.38.3
2026-06-16T09:35:59.8296426Z    Compiling netdev v0.42.0
2026-06-16T09:35:59.9141004Z    Compiling iroh-relay v0.98.0
2026-06-16T09:35:59.9492656Z    Compiling serde_spanned v0.6.9
2026-06-16T09:36:00.0769790Z    Compiling hashlink v0.9.1
2026-06-16T09:36:00.0973807Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T09:36:00.1077284Z    Compiling attohttpc v0.30.1
2026-06-16T09:36:00.2218245Z    Compiling iroh-base v0.98.0
2026-06-16T09:36:00.2806126Z    Compiling tower-http v0.6.11
2026-06-16T09:36:00.3817007Z    Compiling rusqlite v0.32.1
2026-06-16T09:36:00.4047901Z    Compiling toml_datetime v0.6.11
2026-06-16T09:36:00.5926244Z    Compiling serde_derive_internals v0.29.1
2026-06-16T09:36:00.7090878Z    Compiling simple-dns v0.9.3
2026-06-16T09:36:00.7488850Z    Compiling serial-core v0.4.0
2026-06-16T09:36:00.7697165Z    Compiling aho-corasick v1.1.4
2026-06-16T09:36:00.8428034Z    Compiling winnow v0.7.15
2026-06-16T09:36:00.8996265Z    Compiling smol_str v0.1.24
2026-06-16T09:36:00.9481945Z    Compiling resolv-conf v0.7.6
2026-06-16T09:36:01.1127208Z    Compiling constant_time_eq v0.4.2
2026-06-16T09:36:01.1237035Z    Compiling toml_write v0.1.2
2026-06-16T09:36:01.3082808Z    Compiling spt-store v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-16T09:36:01.3133309Z    Compiling arrayref v0.3.9
2026-06-16T09:36:01.3290817Z    Compiling regex-syntax v0.8.10
2026-06-16T09:36:01.3466232Z    Compiling sha1_smol v1.0.1
2026-06-16T09:36:01.4061931Z    Compiling winreg v0.10.1
2026-06-16T09:36:01.4889610Z    Compiling arrayvec v0.7.6
2026-06-16T09:36:01.6348961Z    Compiling simdutf8 v0.1.5
2026-06-16T09:36:01.7890692Z    Compiling iroh-dns v0.98.0
2026-06-16T09:36:01.9167491Z    Compiling schemars_derive v1.2.1
2026-06-16T09:36:02.0022742Z    Compiling serial-windows v0.4.0
2026-06-16T09:36:02.4985753Z    Compiling lru v0.16.4
2026-06-16T09:36:02.5748718Z    Compiling webpki-roots v1.0.7
2026-06-16T09:36:02.5927407Z    Compiling seize v0.5.1
2026-06-16T09:36:02.6823015Z    Compiling toml_edit v0.22.27
2026-06-16T09:36:02.7104952Z    Compiling darling_core v0.23.0
2026-06-16T09:36:02.7268537Z    Compiling serde_bytes v0.11.19
2026-06-16T09:36:02.7294975Z    Compiling hmac v0.12.1
2026-06-16T09:36:02.8657155Z    Compiling iroh v0.98.2
2026-06-16T09:36:02.9074403Z    Compiling bitflags v1.3.2
2026-06-16T09:36:02.9651148Z    Compiling pin-utils v0.1.0
2026-06-16T09:36:03.0033016Z    Compiling anstyle v1.0.14
2026-06-16T09:36:03.0179917Z    Compiling lazy_static v1.5.0
2026-06-16T09:36:03.0495408Z    Compiling dyn-clone v1.0.20
2026-06-16T09:36:03.1969010Z    Compiling once_cell_polyfill v1.70.2
2026-06-16T09:36:03.2105627Z    Compiling cmov v0.5.4
2026-06-16T09:36:03.2908349Z    Compiling spt-msg v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-16T09:36:03.2934109Z    Compiling utf8parse v0.2.2
2026-06-16T09:36:03.3625496Z    Compiling regex-automata v0.4.14
2026-06-16T09:36:03.4170686Z    Compiling anstyle-parse v1.0.0
2026-06-16T09:36:03.4521583Z    Compiling ctutils v0.4.2
2026-06-16T09:36:03.4900165Z    Compiling anstyle-wincon v3.0.11
2026-06-16T09:36:03.5565277Z    Compiling hyper v1.10.1
2026-06-16T09:36:03.6686169Z    Compiling shared_library v0.1.9
2026-06-16T09:36:03.7558103Z    Compiling nix v0.25.1
2026-06-16T09:36:03.8337287Z    Compiling papaya v0.2.4
2026-06-16T09:36:03.8434634Z    Compiling hkdf v0.12.4
2026-06-16T09:36:03.9706104Z    Compiling filedescriptor v0.8.3
2026-06-16T09:36:04.0166925Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T09:36:04.0490552Z    Compiling schemars v1.2.1
2026-06-16T09:36:04.3023404Z    Compiling serial v0.4.0
2026-06-16T09:36:04.3207135Z    Compiling backon v1.6.0
2026-06-16T09:36:04.3999323Z    Compiling anstyle-query v1.1.5
2026-06-16T09:36:04.5499761Z    Compiling toml v0.8.23
2026-06-16T09:36:04.5761713Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T09:36:04.6876375Z    Compiling instability v0.3.12
2026-06-16T09:36:04.6910705Z    Compiling downcast-rs v1.2.1
2026-06-16T09:36:04.7853639Z    Compiling paste v1.0.15
2026-06-16T09:36:04.8102692Z    Compiling shell-words v1.1.1
2026-06-16T09:36:04.9585149Z    Compiling hyper-util v0.1.20
2026-06-16T09:36:05.0711380Z    Compiling foldhash v0.1.5
2026-06-16T09:36:05.1117173Z    Compiling colorchoice v1.0.5
2026-06-16T09:36:05.2274213Z    Compiling anstream v1.0.0
2026-06-16T09:36:05.2486589Z    Compiling hashbrown v0.15.5
2026-06-16T09:36:05.3431950Z    Compiling regex v1.12.3
2026-06-16T09:36:05.6086902Z    Compiling portable-pty v0.8.1
2026-06-16T09:36:05.6432103Z    Compiling spake2 v0.4.0
2026-06-16T09:36:05.6887193Z    Compiling spt-runtime v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-16T09:36:05.8194812Z    Compiling strum_macros v0.26.4
2026-06-16T09:36:05.8659729Z    Compiling terminal_size v0.4.4
2026-06-16T09:36:05.9303137Z    Compiling crossterm_winapi v0.9.1
2026-06-16T09:36:05.9916859Z    Compiling itertools v0.13.0
2026-06-16T09:36:06.0244621Z    Compiling sha1 v0.10.6
2026-06-16T09:36:06.0842699Z    Compiling castaway v0.2.4
2026-06-16T09:36:06.0894255Z    Compiling darling_macro v0.23.0
2026-06-16T09:36:06.1999993Z    Compiling static_assertions v1.1.0
2026-06-16T09:36:06.2563946Z    Compiling igd-next v0.17.1
2026-06-16T09:36:06.2962651Z    Compiling indoc v2.0.7
2026-06-16T09:36:06.3284971Z    Compiling recvmsg v1.0.0
2026-06-16T09:36:06.5197703Z    Compiling darling v0.23.0
2026-06-16T09:36:06.5837681Z    Compiling unicode-width v0.1.14
2026-06-16T09:36:06.7017449Z    Compiling doctest-file v1.1.1
2026-06-16T09:36:06.7756581Z    Compiling clap_lex v1.1.0
2026-06-16T09:36:06.8727735Z    Compiling compact_str v0.8.2
2026-06-16T09:36:06.9657885Z    Compiling clap_builder v4.6.0
2026-06-16T09:36:07.1290748Z    Compiling wmi v0.18.4
2026-06-16T09:36:07.2015303Z    Compiling interprocess v2.4.2
2026-06-16T09:36:07.2828024Z    Compiling crossterm v0.28.1
2026-06-16T09:36:07.4918338Z    Compiling unicode-truncate v1.1.0
2026-06-16T09:36:07.5089139Z    Compiling spt-term v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-16T09:36:07.6374899Z    Compiling spt-live v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-16T09:36:07.7161485Z    Compiling lru v0.12.5
2026-06-16T09:36:07.8135141Z    Compiling strum v0.26.3
2026-06-16T09:36:07.9671254Z    Compiling clap_derive v4.6.1
2026-06-16T09:36:08.4767722Z    Compiling cassowary v0.3.0
2026-06-16T09:36:08.5484587Z    Compiling unicode-width v0.2.0
2026-06-16T09:36:08.5897043Z    Compiling nucleo-matcher v0.3.1
2026-06-16T09:36:08.7377745Z    Compiling portmapper v0.16.0
2026-06-16T09:36:08.8257590Z    Compiling ratatui v0.29.0
2026-06-16T09:36:09.0711530Z    Compiling qrcode v0.14.1
2026-06-16T09:36:09.0849109Z    Compiling tempfile v3.27.0
2026-06-16T09:36:10.0257294Z    Compiling clap v4.6.1
2026-06-16T09:36:20.6540673Z    Compiling rustls-webpki v0.103.13
2026-06-16T09:36:22.7786011Z    Compiling tokio-rustls v0.26.4
2026-06-16T09:36:22.7786342Z    Compiling noq-proto v0.17.0
2026-06-16T09:36:22.7786572Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T09:36:22.9130588Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T09:36:22.9130916Z    Compiling hyper-rustls v0.27.9
2026-06-16T09:36:22.9131194Z    Compiling tokio-websockets v0.13.2
2026-06-16T09:36:23.0446327Z    Compiling reqwest v0.13.4
2026-06-16T09:36:23.8952782Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T09:36:39.3862810Z    Compiling spt-net v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-16T09:36:40.6574557Z    Compiling spt-daemon v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-16T09:36:48.3326118Z    Compiling spt v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-16T09:36:54.4766534Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-06-16T09:36:54.4978945Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-1d501a3c6c55596c.exe)
2026-06-16T09:36:54.5423467Z 
2026-06-16T09:36:54.5423831Z running 1 test
2026-06-16T09:37:02.3118269Z test new_brain_serves_against_old_broker ... ok
2026-06-16T09:37:02.3118501Z 
2026-06-16T09:37:02.3118704Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.77s
2026-06-16T09:37:02.3118936Z 
